Skip to main content

All Questions

0votes
0answers
27views

chromedriver version :134.0.6998.178

I’m working on a Selenium automation project and currently using Google Chrome version 134.0.6998.178 on my machine. However, I’ve been running into an issue where I cannot find a corresponding ...
Starter77's user avatar
0votes
0answers
131views

Selenium Download Not Working in Java + Spring Boot Project (Chrome 135, Selenium 4.31.0)

I'm building a Java 21 + Spring Boot 3 automation project where I use Selenium to automate Chrome. The Chrome browser opens correctly via ChromeDriver, everything was working a month ago, but now file ...
devCodePro's user avatar
0votes
1answer
3kviews

Please update to a Selenium version that supports CDP version 134

I have an issue running my Selenium tests on ChromeVersion 134.0.6998.45 (Build officiel) (x86_64) while using the latest Selenium version org.seleniumhq.selenium:selenium-java:4.29.0. On my test ...
wiem mejri's user avatar
0votes
0answers
22views

is it possible to connect chrome remotely for selenium automation?

we are running selenium with chrome on the server side , the chrome is running some process intensive task on the server side therefore CPU usage is really high , which also cause some issues for ...
Usama's user avatar
0votes
0answers
59views

Robot Framework Fails to Open Browser on Host Machine When Running from Podman Container

How can I allow the Robot Framework test to open a browser on my host machine from within the Podman container? I have tried doing this but the robot suite fails to open the browser on my host machine....
user21819272's user avatar
0votes
0answers
51views

Explicit wait only working when implicit wait is present

I have an automation project in Java that uses Cucumber, JUnit 5 and Selenium. I'm automating some UI test cases for a web application. Recently I was refactoring my code and getting rid of a lot of ...
MR. PROD's user avatar
0votes
0answers
30views

Python Selenium with Opera raising An existing connection was forcibly closed by the remote host error

I am trying to run Opera browser with Python, this is my code: from selenium.webdriver.chrome import service as OperaService from selenium.webdriver.chrome.options import Options as OperaOptions from ...
Kh4lid MD's user avatar
0votes
1answer
1kviews

Python Selenium Error - Sandbox cannot access executable

I wanted to make a automatic login bot with Python and Selenium, but I keep getting an Error. from selenium import webdriver from selenium.webdriver.chrome.options import Options options = Options() ...
Aahan Salecha's user avatar
1vote
1answer
76views

Selenium WebDriver Click Leads to White Page Instead of Expected Content

I am using Selenium WebDriver with Chrome to automate interactions on a website. My script successfully clicks a button on the page, which is expected to navigate to a new page. However, instead of ...
Denzel's user avatar
1vote
1answer
43views

How To Expand You Tube Description Box With "...more" button

I am trying to create a Selenium script for a project where I want to check the description box of Youtube channel but despite my efforts I am unable to click "...more" button Correctly and ...
Harsh Tripathi - blue's user avatar
1vote
0answers
26views

TypeError: test_quantity_item_update() missing 1 required positional argument: 'driver'

I have this issue in my code using Selenium and Python I receive this error: Traceback (most recent call last): File "C:\Program Files\JetBrains\PyCharm Community Edition 2024.2.1\plugins\...
Maayan Israel's user avatar
1vote
0answers
43views

Developing a Continuous Sequence Recorder Using Selenium and WebSocket

I want to create a sequence recorder application. My goal is to take a URL from the user on the client side and open it in a browser on the server side. The user interacts with the server-side browser ...
Nomadyb's user avatar
1vote
1answer
59views

Getting Index out of range error while trying to scrape product code from a website (Using Python & Selenium)

Issue Description: I am trying to automate a process where I can visit a website and scrape product details of top 100 products on that page and put it in an excel file. Code Explanation: I have a ...
Annie's user avatar
0votes
0answers
43views

Can't Find Checkbox Elements with Selenium VBA (Works Fine on Local HTML)

I'm trying to use Selenium VBA to find checkbox elements on a web page. Interestingly, when I open a local HTML file, I can easily find and click the checkboxes without any issues. However, when I run ...
Ali can İnce's user avatar
0votes
0answers
62views

Clicking an invisible checkbox using Selenium Python

I have a problem with clicking checkboxes in a site. I had a working script that found checkboxes and later clicked them, but now the site had an update and the elements are different. The checkbox ...
Daniel Khairetdinov's user avatar

153050per page
close